home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 15 / q15.d81 / t.ej boot < prev    next >
Text File  |  2022-08-28  |  7KB  |  136 lines

  1.  
  2.                             E A S Y    J A C K E T
  3.  
  4.                                by Marshall Cook
  5.  
  6.      My friend Russ is addicted to CD's, and once in a while he'll throw a
  7. sampling of his latest buys onto tape for me.  The problem is that he never
  8. labels them.  That leaves me with some great music, but no way of knowing
  9. who (or what) I'm listening to.  Then it dawned on me, what Russ needed was
  10. an easy way to make cassette jackets; and EASY JACKET was born.
  11.  
  12.      Creating a new jacket is simple.  When the program starts, you're
  13. presented with a menu of choices.  Pick CREATE, and you'll be guided through
  14. the process as follows:
  15.  
  16.  INTERFACE SELECTION
  17.  -------------------
  18.  
  19.       EASY JACKET works particulary well with the Xetec Super-Graphics
  20. Printer Interface.  If you want to use a font from the interface, choose
  21. Xetec.  (You must load the font before running EASY JACKET.)  Or, to use a
  22. different interface, choose Normal Mode.  At this point you'll be shown what
  23. printer driver is installed and asked if it's OK.  An Epson FX driver is
  24. included that works with Epson compatibles, but by saying No, you'll be able
  25. to create a driver for your own printer or load drivers you've already made.
  26. More on this later.
  27.  
  28. PITCH -- If you chose Normal Mode, you'll be asked which pitch you want to
  29. use.  The "pitch" is the amount of space between the characters.  With
  30. Xetec, you'll automatically be given Elite pitch, which gives you more
  31. characters per line.
  32.  
  33. NOISE REDUCTION -- Tell the program what type of noise reduction you used on
  34. the tape, from Dolby B to Dolby S to none at all.
  35.  
  36.      You'll now be prompted for the TITLE and ARTIST on side A.  Just type
  37. these in and press RETURN.  Use the DELete key if you make a mistake.
  38.  
  39.      Next you'll be asked for the list of SONGS on Side A.  Again, just type
  40. them in and press RETURN.  After entering the last song for Side A, hit
  41. RETURN on the next line.  You'll be asked for the same information for side
  42. B.  When you finish, you'll find yourself back at the Main Menu.
  43.  
  44.      Now you can review what you just entered.  Choose REVIEW/EDIT to look
  45. at and change any of the data.  When you're done, press BACK ARROW or the
  46. CRSR LEFT key.
  47.  
  48.      At this point, it's a good idea to save your jacket; so choose SAVE. 
  49. You'll have the option of changing your current device number and/or seeing
  50. the current directory.  When you're happy with these selections, pick SAVE
  51. CURRENT JACKET.  Type in the name you want to give the file, and press
  52. RETURN.
  53.  
  54.      Want to print your jacket?  Choose PRINT from the Main Menu and one of
  55. two things will happen.  If you previously chose Xetec interfacing, you'll
  56. be prompted for the font you want to use.  Otherwise you'll be shown which
  57. printer driver is in use, and asked if it's OK.  Your jacket will start
  58. printing after you answer the prompts.
  59.  
  60.      To print a jacket again in the future, run EASY JACKET and pick LOAD
  61. OLD JACKET from the Main Menu.  Select LOAD from the next menu and you'll be
  62. presented with the names of all jackets on the current device.  Use the menu
  63. to pick the one you want and it will be loaded for you to review and print.
  64.  
  65.      So remember, it's easy!  Stop torturing your friends, and use EASY
  66. JACKET.
  67.  
  68. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  69.  
  70. A word about Printer Drivers:
  71.  
  72.      A printer driver is really nothing more than a file containing
  73. information on what makes your printer different from others -- its printer
  74. codes.  For example, to make my printer use Pica type, I have to send it a
  75. command made up of the following series of numbers: 27 80.  To accomplish
  76. the same thing on your printer, you might only have to send: 15.  All the
  77. information you need is in your printer manual.  To make things easier, the
  78. codes are usually divided up into different sections according to the kind
  79. of job they do -- like Character Size, Line Spacing, and Graphics.  At first
  80. glance this stuff can look pretty scary, but its just a classic example of
  81. information overload.  Remember, you only have to find a few codes, not
  82. memorize the whole thing.
  83.  
  84.      Each code is usually given in three different formats -- ASCII,
  85. decimal, and hexadecimal.  All you need is the decimal codes.  For instance,
  86. under Elite Pitch your book might have: ASCII = ESC :, Decimal = 27 58, and
  87. Hex = 1B 3A. When EASY JACKET prompts you for the Code for Elite Pitch, type
  88. in 27, a SPACE, and 58, then press RETURN.  That's all there is to it.
  89.  
  90.      There are two other things you need to know to make your printer driver
  91. work -- the secondary addresses that your interface uses for Transparent
  92. Mode and Upper/Lower Case Mode (With Line Feed).  These will be in your
  93. interface manual, usually in a table called Secondary Addresses.  Again,
  94. they will be decimal numbers that you type in when prompted.
  95.  
  96.      To see how all this comes together, you can Review the Epson driver
  97. that's included.  Say No at the 'Current Driver is Epson FX -- Proceed?'
  98. screen, and you'll be at the Printer Driver Menu.  Choose CREATE/REVIEW,
  99. then REVIEW CURRENT DRIVER.  This will step you through all the prompts, and
  100. show you what I entered to create the Epson driver.  After the last prompt
  101. you'll have the chance to TEST the driver on your printer.  If everything
  102. looks OK, then the Epson driver works for you, and you don't need to make a
  103. new one.  If you're not so lucky, then you'll have to do some bookwork.  In
  104. either case choose DON'T SAVE, and you'll be back at the main Printer Driver
  105. Menu.  From here you can CREATE a new driver or use the back-arrow key to
  106. step back as far as the Main Menu.  Upon SAVING or LOADING a new driver,
  107. EASY JACKET automatically installs it as the new default driver.  The next
  108. time you run the program, your driver will be loaded instead of the Epson
  109. one.
  110.  
  111.      So don't be intimidated by your printer manual.  Once you see how the
  112. codes work, you'll want to start using them in your own programs.  But
  113. that's another chapter.  For now, just enjoy EASY JACKET.
  114.  
  115. MC
  116.  
  117. FENDER'S NOTE: I found this program quite useful since I have a 90-minute
  118. cassette of songs written by Knees Calhoon back in the 60's and 70's.  The
  119. jacket is saved on the disk under the filename "j.doggerel days".  Check it
  120. out with EASY JACKET to see what kind of song titles the depraved mind of
  121. Calhoon has come up with.  Better yet, send me $5 and I'll send you the tape
  122. posthaste.  Don't worry, I can assure you that Knees will not receive any of
  123. the profits from this venture.  Indeed, there are no profits.  $5 will just
  124. cover the cost of postage, blank tapes and the nausea pills I must chew like
  125. M&M's while making copies of the master tape.  Send check, money order or
  126. cash to:
  127.  
  128.      Knees Calhoon
  129.      443 Gladstone
  130.      Shreveport, LA 71104
  131.  
  132. This is not a rip-off!  You will receive the tape within days.  Listen to it
  133. at your own risk.
  134.  
  135.                             **** End of Text ****                           
  136.